home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / aiuew.dir / 00046.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  202 b   |  9 lines

  1. on searchdatat kasira
  2.   global mydatebase, taidata, mydbno
  3.   repeat with n = 1 to mydbno
  4.     if item 12 of line n of mydatebase = kasira then
  5.       put n & "," after taidata
  6.     end if
  7.   end repeat
  8. end
  9.